From ecd2f0d9d128307428bd5c229478c2969746be3b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 30 Dec 2008 06:33:11 +0000 Subject: [PATCH] Additions svn path=/trunk/; revision=22013 --- docs/reference/ChangeLog | 6 + docs/reference/gtk/tmpl/gtkhsv.sgml | 124 +++++++++++++++++++++ docs/reference/gtk/tmpl/gtkorientable.sgml | 56 ++++++++++ docs/reference/gtk/tmpl/gtkvscrollbar.sgml | 14 ++- 4 files changed, 194 insertions(+), 6 deletions(-) create mode 100644 docs/reference/gtk/tmpl/gtkhsv.sgml create mode 100644 docs/reference/gtk/tmpl/gtkorientable.sgml diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 4257b7ef07..764e545eb9 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2008-12-30 Matthias Clasen + + * gtk/tmpl/gtkorientable.sgml: + * gtk/tmpl/gtkvscrollbar.sgml: + * gtk/tmpl/gtkhsv.sgml: Add short/long description. + 2008-12-30 Matthias Clasen * gtk/tmpl/gtkwidget.sgml: diff --git a/docs/reference/gtk/tmpl/gtkhsv.sgml b/docs/reference/gtk/tmpl/gtkhsv.sgml new file mode 100644 index 0000000000..1c2c2f4c67 --- /dev/null +++ b/docs/reference/gtk/tmpl/gtkhsv.sgml @@ -0,0 +1,124 @@ + +GtkHSV + + +A 'color wheel' widget + + + +#GtkHSV is the 'color wheel' part of a complete color selector widget. +It allows to select a color by determining its HSV components in an +intuitive way. Moving the selection around the outer ring changes the hue, +and moving the selection point inside the inner triangle changes value and +saturation. + + + + + + + #GtkColorSelection + a complete color selection widget + + + #GtkColorSelectionDialog + a color selection dialog + + + + + + + + + + + + +@parent_instance: + + + + + + +@Returns: + + + + + + + +@hsv: +@h: +@s: +@v: + + + + + + + +@hsv: +@h: +@s: +@v: + + + + + + + +@hsv: +@size: +@ring_width: + + + + + + + +@hsv: +@size: +@ring_width: + + + + + + + +@hsv: +@Returns: + + + + + + + +@h: +@s: +@v: +@r: +@g: +@b: + + + + + + + +@r: +@g: +@b: +@h: +@s: +@v: + + diff --git a/docs/reference/gtk/tmpl/gtkorientable.sgml b/docs/reference/gtk/tmpl/gtkorientable.sgml new file mode 100644 index 0000000000..72ff0d54a8 --- /dev/null +++ b/docs/reference/gtk/tmpl/gtkorientable.sgml @@ -0,0 +1,56 @@ + +Orientable + + +An interface for flippable widgets + + + +The #GtkOrientable interface is implemented by all widgets that can be +oriented horizontally or vertically. Historically, such widgets have been +realized as subclasses of a common base class (e.g #GtkBox/#GtkHBox/#GtkVBox +and #GtkScale/#GtkHScale/#GtkVScale). GtkOrientable is more flexible in that +it allows the orientation to be changed at runtime, allowing the widgets +to 'flip'. + + +GtkOrientable was introduced in GTK+ 2.16. + + + + + + + + + + + + + + + + + + + + + + + + + + +@orientable: +@Returns: + + + + + + + +@orientable: +@orientation: + + diff --git a/docs/reference/gtk/tmpl/gtkvscrollbar.sgml b/docs/reference/gtk/tmpl/gtkvscrollbar.sgml index 3365ab233f..44ce1ec49d 100644 --- a/docs/reference/gtk/tmpl/gtkvscrollbar.sgml +++ b/docs/reference/gtk/tmpl/gtkvscrollbar.sgml @@ -4,25 +4,27 @@ GtkVScrollbar A vertical scrollbar - - +The #GtkVScrollbar widget is a widget arranged verticall creating a +scrollbar. See #GtkScrollbar for details on +scrollbars. #GtkAdjustment pointers may be added to handle the +adjustment of the scrollbar or it may be left %NULL in which case one +will be created for you. See #GtkAdjustment for details. - - +#GtkScrollbar, #GtkScrolledWindow - - +The #GtkVScrollbar struct contains private data and should be accessed +using the functions below. -- 2.30.2